home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / passw13p.zip / PASSWORD.DOC < prev    next >
Text File  |  1993-01-22  |  4KB  |  89 lines

  1. DOCUMENTATION TO PASSWORD.SYS VERISON 1.3
  2.  
  3.  
  4. PASSWORD.SYS enables you to protect your Harddisk or Floppydisk from
  5. not welcomed Users. If you have the problem that several people enter
  6. your system without your permission, and you are sick of that, then you
  7. could find this little program useful.
  8. It asks for a PASSWORD (maximum 40 characters long), and repeats until
  9. the correct password is typed in or halts your machine if the password
  10. isn't valid after the fourth try. The password is quite sure and very hard
  11. to break - so don't worry, that a Hacker could enter your machine. The
  12. difference to other commercial products is, that it is written as a
  13. device driver, which means, one cannot interrupt its Code. There are only
  14. two ways: one: Reenter the password or switch off the computer. there's of
  15. course too the posibilty to access via the Floppydisk and alter the Config.sys
  16. file, but for normal use its quite save.
  17. I just wrote this program to test the devicedriver possibilities of MSDOS.
  18. This program does nothing exept asking for a password, and lock the computer,
  19. if no one right is typed in. It doesn't cut off any of your valuable RAM.
  20.  
  21. Installation
  22.  
  23. 1) Copy PASSWORD.SYS and SETPASSW.EXE to your root-directory (or utility
  24.    directory, if you have got one).
  25. 2) Load the file CONFIG.SYS (in the rootdirectory of your bootdrive) into a
  26.    texteditor(only ASCII-TEXT) and insert the Following as the first in
  27.    CONFIG.SYS:
  28.  
  29.           DEVICE=C:\PASSWORD.SYS
  30.  
  31. 3) After doing this reboot your Computer. Now should be the Pasword-prompt
  32.    on your screen. The default-password is "GUEST". Enter it now; be care-
  33.    ful: the program works case-sensitive, that means that GueST and GUEST
  34.    aren't the same (like in C and Modula-2).
  35.  
  36. 4) If you like to change the Password, then use the program SETPASSW.EXE,
  37.    which comes with PASSWORD.SYS. First you have to enter the correct
  38.    password and then yu can enter a new one. Write it down and store it
  39.    in a save place, so that if you forget your password you could look it
  40.    up.
  41.  
  42. There are some tips using Passwords:
  43.  
  44.  -) You should change your password regularly (e.g. each week).
  45.  -) Use random combinations of Letters and numbers; then you could be
  46.     quite sure, that no one will be able to hack in.
  47.  
  48.  
  49. If you find this program useful and like it, then be so kind and send me
  50. something for it, so that I get encouraged to develope my program (I'm
  51. thinking of Directory access rights etc...). If you register, then you
  52. get the newest version of the program, and technical help. 
  53.  
  54. SUGGESTIONS:
  55. If you have ideas, how to improve this program, or if you think, that
  56. some features are absent, then write me. (Address below)
  57.  
  58.  
  59. THIS PRODUCT IS SHAREWARE - YOU ARE ALLOWED TO HANDLE IT TO YOUR
  60. FRIENDS AND OTHERS BUT ONLY IF NOTHING IN THE PROGRAMS OR THE DOCUMENTATION
  61. IS ALTERED. I DON'T CHARGE FOR ANY DAMAGES, THE USE OF THIS PROGRAM MAY
  62. CAUSE. ALTHOUGH IT IS PROGRAMMED TOTALLY CLEAR ERRORS CAN'T BE EXCLUDED.
  63. IF SUCH ERRORS OCCUR, AND YOU ALLOCATE THE ERROR THEN PLEASE SEND A MAIL TO
  64. ME.
  65.  
  66. please send money orders to:
  67.  
  68.   Christoph Christ
  69.   Karl Schweighoferg. 9/6
  70.   A-1070 Wien
  71.   AUSTRIA
  72.  
  73. Send emails to: a44211dn@awiuni11.bitnet or a44211dn@vm.edvz.univie.ac.at
  74.  
  75. REMARKS:
  76.   This version cleans off a few bugs:
  77.  
  78.     -) some muttering of DOS about wrong sectorsizes with DOS-Versions
  79.        earlier then 5.0
  80.     -) It wasn't quite clear, if the driver "behaved well".  Now I hope
  81.        it does.
  82. --->   I've got an EMAIL Address now. Please don't send your MAILS to
  83.        Helmut Dier at a4421dbd@awiuni11.bitnet anymore but to my new address
  84.        a44211dn@awiuni11.bitnet. There might be a problem reaching vienna.
  85.        in that case try the connection via the uunet. 
  86.  
  87.  
  88.  
  89. Vienna 20th JAN 1993    Copyright 1992, 1993 by Christoph Christ